ExportVideoProgress

data class ExportVideoProgress(val renderedFrames: Int, val encodedFrames: Int, val totalFrames: Int)

Constructors

Link copied to clipboard
constructor(renderedFrames: Int, encodedFrames: Int, totalFrames: Int)

Properties

Link copied to clipboard

The number of encoded frames.

Link copied to clipboard

The number of frames rendered by the engine.

Link copied to clipboard

The total number of frames to encode.